Location

data class Location(val line: Int, val column: Int)

Location describing which part of GraphQL document caused an exception.

Constructors

Link copied to clipboard
constructor(line: Int, column: Int)

Properties

Link copied to clipboard
val column: Int
Link copied to clipboard
val line: Int